/*   
Theme Name: Ziller Standard
Description: Standard-Template von Christian Ziller
Author: Christian Ziller
*/


/*
Gedeckt
#368DD9 blau
#E4EDF2 hellblau
#F2DF7E gelb
#F2BB9B lachs
#BF2C2C rot
*/

/* Basis */


body {
	box-sizing: border-box;
	min-width: 800px;
	margin: 0 auto;
	background-color: #cccccc;
	padding: 0;
	line-height: 1.4em;
	font: normal 3.2em sans-serif;
	color: #000000;
	}

#header {
	overflow: hidden;
	height: 230px;
}

#header img {
	width: 400px;
	height: 230px;
	border-style: none;
}

@media (min-width: 800px) {
	body {
		width: 800px;
		}
	}

@media (min-width: 1200px) {
	body {
		width: 1200px;
		line-height: 1.4em;
		font-size: 1em;
	}
}

div, a, img {
	margin: 0;
	padding: 0;
	border: 0px;
	}

h1, h2, h3, p {
	margin-bottom: 0.5em;
	}

#wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 260px;
	width: 1200px;
	background-color: #ffffff;
	}

/* Menü */

/* Menü Grundformatierung */

#sidebar_left {
	box-sizing: border-box;
	float: left;
	width: 400px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px 0px 0px;
	border-top: 1px solid #000000;
/*	background-color: #fce87a; */
	white-space: nowrap;
	flex-direction: column;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

#sidebar_left ul {
	margin: 0;
	padding: 0;
}

#sidebar_left li {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	list-style: none inside none;
	}

#sidebar_left a {
	box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #000000;
/*	background-color: #fce87a; */
	padding: 0px 0.5em;
	font-weight: bold;
	text-decoration: none;
/*	color: #000000; */
	height: 1.2em;
	width: 400px;
	font-size: 0.6em;
	line-height: 1.2em;
	overflow: hidden;
	margin: 0;
	}

@media (min-width: 1200px) {
	#sidebar_left a {
		box-sizing: border-box;
		height: 1.8em;
		font-size: 1.6em;
		line-height: 1.8em;
		width: 400px;
		}
	}

/* Menü schmal Ebene 1 aufklappen */

#sidebar_left {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 120em;
	}

#header:target #sidebar_left {
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	height: 120em;
	}

/* Menü breit */


/* Menü Farbwechsel */

#sidebar_left a:hover, sidebar_left a:focus {
	background-color: #000000;
	color: #ffffff;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}


.children {
	display: block;
	flex-direction: column;
	font-size: 80%;
	overflow: hidden;
	height: 0;
	list-style: none inside none;
	padding: 0;
	}

sidebar_left li:hover ul, .children li:focus ul, .children li:active ul {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 1em;
	}

sidebar_left .children a {
	display: block;
	padding-left: 0em;
	text-align: left;
	}

/* Content */

#main {
	box-sizing: border-box;
	float: left;
	padding: 0em 0.5em;
	}

@media (min-width: 800px) {
	#main {
		width: 400px;
		}
	}

@media (min-width: 1200px) {
	#main {
		width: 788px;
		}
	}

.item-image {
	height: 100%;
	overflow: visible;
	}

.page-item-5 a, .page-item-55 a {
background-color: #03318C;
color: #ffffff;
}

.page-item-33 a, .page-item-56 a {
background-color: #368DD9;
color: #ffffff;
}

.page-item-36 a, .page-item-57 a {
background-color: #D7B642;
color: #ffffff;
}

.page-item-39 a, .page-item-58 a {
background-color: #BA7B5A;
color: #ffffff;
}

.page-item-53 a {
background-color: #BF2C2C;
color: #ffffff;
}


	
/*

h1 {
	margin-top: 3em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}

h2 {
	margin-top: 2em;
	border-top: 0px solid #000000;
	padding: 5px 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}

a, a:link, a:active, a:visited, a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #03c9ca;
	}

*/

/* Wrapper */
/*
#wrapper {
	position: absolute;
	top: 260px;
	max-width: 1600px;
	}
*/
/* Header */
/*
#header {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

*/
/* Titel */
/*
#title_narrow {
	display: block;
	width: 100%;
	}

#title_wide {
	display: none;
	width: 100%;
	}

@media (min-width: 680px) {
	#title_narrow {
		display: none;
		}
	#title_wide {
		display: block;
		}
	}

.search_search form label {
	display: none;
	}

input {
	border: 2px outset #03c9ca;
	padding: 0.2em .5em;
	font-size: 1em;
	width: 14.6em;
	}

*/
/* Menü-Switch */
/*
.pagenav {
	position: absolute;
	top: 0.5em;
	right: 1em;
	display: block;
	width: 1.8em;
	height: 1.8em;
	background-image: url("http://www.geschenktippsfuermaenner.de/images/menu_closed.png");
	background-size: 1.8em 1.8em;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

@media (min-width: 340px) {
	.menu-switch-framework {
		top: 1em;
		}
	}

@media (min-width: 680px) {
	.menu-switch-framework {
		display: none;
		}
	}

#header:target .menu-switch-framework {
	transform: rotate(-90deg);
	}

.menu-switch {
	width: 1.8em;
	height: 1.8em;
}

#header:target .menu_closed, .menu_open {
	display: none;
	}

.menu_closed, #header:target .menu_open {
	display: block;
	}

*/

/* Search-Switch 

.search-switch-framework {
	position: absolute;
	top: 2.8em;
	right: 1em;
	width: 1.8em;
	height: 1.8em;
	overflow: hidden;
	white-space: nowrap;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.search-switch-framework img {
	width: 1.8em;
	height: 1.8em;
	}

@media (min-width: 340px) {
	.search-switch-framework {
		top: 3.8em;
		}
	}

@media (min-width: 680px) {
	.search-switch-framework {
		top: 1em;
		}
	}

#wrapper:target .search-switch-framework {
	width: 17em;
	}

.search-switch {
	float: left;
	margin-right: 0.5em;
	width: 1.8em;
	height: 1.8em;
}

#wrapper:target .search_closed, .search_open {
	display: none;
	}

.search_closed, #wrapper:target .search_open {
	display: block;
	}




.moduletable_search {
	display: block;
	text-align: right;
	}

.search_search, .search_search form {
	height: 1.8em;
	}
*/


*/
/* Banner 

#banner_eigene {
	position: absolute;
	top: 5.1em;
	right: 1em;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}


#banner_eigene img {
	width: 1.8em;
	height: 1.8em;
	}

@media (min-width: 340px) {
	#banner_eigene {
		top: 6.6em;
		}
	}

@media (min-width: 680px) {
	#banner_eigene {
		top: 3.8em;
		}
	#banner_eigene img {
		width: 1.8em;
		height: 1.8em;
		}
	}
*/

/* Mittlerer Bereich 



.createdby, .published, .modified {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 0.7em;
	color: #03c9ca;
	}

.category {
	margin: 0;
	padding: 0;
	list-style: none inside none;
	}

.unstyled li a img {
	display: none;
	}

#menu_2, .list-striped {
	text-align: left;
	white-space: normal;
	}

#menu_2 li, .list-striped li {
	display: inline-block;
	margin-right: 3em;
	margin-bottom: 1em;
	padding: 0;
	vertical-align: top;
	text-align: left;
	}

.list-striped li {
	margin-right: 1em;
	}

#menu_2 li, #menu_2 li a img, #menu_2 li a span {
	width: 168px;
	}

#menu_2 li {
	height: calc(112px + 5em);
	}

.list-striped li {
	width: 240px;
	border-top: 2px solid #03c9ca;
	}

#menu_2 li a {
	border: none;
	}

@media (min-width: 680px) {
	.clearfix {
		height: 100%;
		}
	}

	.counter {
		text-align: center;
		}

	.pagination-prev, .pagination-next {
		display: none;
		}

*/
/* Barrierefreiheit */
/*
acronym {
	speak: normal;
	border: none;
	}

abbr {
	border: none;
	}

abbr.init {
	speak: spell-out;
	}

abbr.trunc {
	speak: normal;
	}
	
	*/